Skip to content

Correct use of I2C slave address mask #95

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

sandeepmistry
Copy link
Contributor

Resolves #93.

The I2C slave address mask should be set to 0 for exact match as described in section 24.6.3.1 of the SAMD21 data sheet, when Address mode of MASK (0x00) is used (table 27-8).

The current value of 0x3ff matches all addresses.

@cmaglie cmaglie merged commit 2a37de9 into arduino:master Feb 18, 2016
@cmaglie cmaglie added this to the Release 1.6.4 milestone Feb 18, 2016
@sandeepmistry sandeepmistry deleted the wire-slave-address-exact-match branch April 19, 2016 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants